<string>Please select how to perform the backup:</string>
</property>
</widget>
<widget class="QRadioButton" row="2" column="0">
<property name="name">
<cstring>BackupNow_Radio</cstring>
</property>
<property name="focusPolicy">
<enum>TabFocus</enum>
</property>
<property name="text">
<string>Back &up now</string>
</property>
<property name="accel">
<string>Alt+U</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="buttonGroupId">
<number>0</number>
</property>
<property name="whatsThis" stdset="0">
<string>Choose this option if you want to back up the data immediately.</string>
</property>
</widget>
<widget class="QRadioButton" row="3" column="0">
<property name="name">
<cstring>EstimateBackup_Radio</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Estimate only</string>
</property>
<property name="accel">
<string>Alt+E</string>
</property>
<property name="buttonGroupId">
<number>1</number>
</property>
<property name="whatsThis" stdset="0">
<string>Choose this option if you want to estimate how long will it take to archive your data. No actual backup will be performed. As soon as estimation is complete, the Wizard will automatically return to this page.</string>
</property>
</widget>
<widget class="QRadioButton" row="4" column="0">
<property name="name">
<cstring>ScheduleBackup_radio</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Schedule backup</string>
</property>
<property name="accel">
<string>Alt+S</string>
</property>
<property name="buttonGroupId">
<number>2</number>
</property>
<property name="whatsThis" stdset="0">
<string>Choose this option if you want to schedule the backup. The backup will be performed later according to scheduling scenario of your choice.</string>
</property>
</widget>
<spacer row="6" column="0">
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>10</height>
</size>
</property>
</spacer>
<widget class="CStaticTip" row="7" column="0">
<property name="name">
<cstring>BackupModeStaticTip</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="Alignment" stdset="0">
<set>WordBreak|AlignVCenter|AlignLeft</set>
</property>
<property name="Margin" stdset="0">
<number>10</number>
</property>
<property name="ShadowWidth" stdset="0">
<number>2</number>
</property>
<property name="HideOnKillFocus" stdset="0">
<bool>false</bool>
</property>
<vbox>
</vbox>
</widget>
<widget class="QRadioButton" row="5" column="0">
<property name="name">
<cstring>GenerateScript_radio</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>&Generate script</string>
</property>
<property name="accel">
<string>Alt+G</string>
</property>
<property name="buttonGroupId">
<number>3</number>
</property>
<property name="whatsThis" stdset="0">
<string>Choose this option to save backup commands to a script. The <VendorShortName> Script Language (PSL) will be used to create the script. You can edit the script manually and/or run it later using <VendorShortName> Script Interpreter.</string>